home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- DocManager = {
- ACTIONS = {
- appDidInit:;
- setCurrentDoc:;
- save:;
- orderFrontInfo:;
- docWillClose:;
- appWillTerminate:;
- open:;
- saveAs:;
- orderFrontPrefs:;
- };
- OUTLETS = {
- savePanel;
- saveAsButton;
- saveButton;
- openPanel;
- currentDoc;
- prefs;
- info;
- docList;
- };
- SUPERCLASS = Object;
- };
- FastDoc = {
- SUPERCLASS = Document;
- };
- FastManager = {
- ACTIONS = {
- scaleBG:;
- clearSelected:;
- noneBG:;
- tileBG:;
- showList:;
- centerBG:;
- openSender:;
- nextSlide:;
- clearList:;
- };
- OUTLETS = {
- slideListWindow;
- slideListMatrix;
- };
- SUPERCLASS = DocManager;
- };
- NiftyMatrix = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = Matrix;
- };
- AppPref = {
- ACTIONS = {
- };
- OUTLETS = {
- grayCheck;
- cropText;
- maxWText;
- newDocumentCheck;
- pressCheck;
- speedMatrix;
- sizetoCheck;
- maxHText;
- cropCheck;
- };
- SUPERCLASS = Preferences;
- };
- Document = {
- ACTIONS = {
- orderFront:;
- windowDidBecomeKey:;
- windowWillClose:;
- };
- OUTLETS = {
- window;
- manager;
- };
- SUPERCLASS = Object;
- };
- Preferences = {
- ACTIONS = {
- appWillTerminate:;
- appDidInit:;
- orderFrontPrefs:;
- setPref:;
- };
- OUTLETS = {
- window;
- nothing;
- };
- SUPERCLASS = Object;
- };
-